home *** CD-ROM | disk | FTP | other *** search
- object FormSuccess: TFormSuccess
- Left = 691
- Top = 238
- Caption = 'Upload succeeded'
- ClientHeight = 148
- ClientWidth = 592
- Color = clBtnFace
- Constraints.MinHeight = 175
- Constraints.MinWidth = 400
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- OnClose = FormClose
- OnDblClick = FormDblClick
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LTags: TLabel
- Left = 503
- Top = 8
- Width = 49
- Height = 13
- Caption = 'Add Tags:'
- end
- object LInfo: TLabel
- Left = 0
- Top = 0
- Width = 3
- Height = 13
- Margins.Left = 0
- Margins.Top = 0
- Margins.Right = 0
- Margins.Bottom = 0
- Color = 8454143
- ParentColor = False
- end
- object BExit: TButton
- Left = 503
- Top = 101
- Width = 81
- Height = 39
- Caption = 'Exit ShellFTP'
- TabOrder = 0
- WordWrap = True
- OnClick = BExitClick
- end
- object MemoURLs: TMemo
- Left = 8
- Top = 8
- Width = 489
- Height = 132
- Ctl3D = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = []
- HideSelection = False
- ImeMode = imDisable
- Lines.Strings = (
- '<No URLs>')
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 1
- WordWrap = False
- end
- object CTags: TComboBoxEx
- Left = 503
- Top = 27
- Width = 81
- Height = 22
- Margins.Left = 10
- ItemsEx = <
- item
- Caption = 'None'
- end
- item
- Caption = '[URL]'
- end
- item
- Caption = '[IMG]'
- end
- item
- Caption = '<a>'
- end
- item
- Caption = '<img>'
- end>
- Style = csExDropDownList
- ItemHeight = 16
- TabOrder = 2
- OnChange = CTagsChange
- end
- end
-